Carbon


kThemeStatePressedUp

Header: Appearance.h

enum {
    kThemeStatePressedUp = 2,
    kThemeStatePressedDown = 3
};

Constant descriptions

kThemeStatePressedUp

For increment/decrement buttons (also known as “little arrows” controls), the increment button is drawn in the selected state. Available with Appearance Manager 1.1 and later.

kThemeStatePressedDown

For increment/decrement buttons (also known as “little arrows” controls), the decrement button is drawn in the selected state. Available with Appearance Manager 1.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)